[INFO] cloning repository https://github.com/logaan/nana.wasm.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/logaan/nana.wasm.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flogaan%2Fnana.wasm.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flogaan%2Fnana.wasm.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 597547b7857a91ad4d165f2bc67f2f297e393ca2
[INFO] fixing logaan/nana.wasm.rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flogaan%2Fnana.wasm.rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/logaan/nana.wasm.rs
[INFO] finished tweaking git repo https://github.com/logaan/nana.wasm.rs
[INFO] tweaked toml for git repo https://github.com/logaan/nana.wasm.rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/logaan/nana.wasm.rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/logaan/nana.wasm.rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd
[INFO] running `Command { std: "docker" "start" "6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling wit-bindgen-rt v0.36.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking nana v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/helpers.rs (1 fix)
[INFO] [stderr]        Fixed src/bindings.rs (10 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/process.rs:63:19
[INFO] [stdout]     |
[INFO] [stdout]  63 |             match active_processes.pop_front().unwrap() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  64 |                 Complete(result) => complete_processes.push_back(result),
[INFO] [stdout]  65 |                 Running(stepable) => active_processes.push_back(stepable.step()),
[INFO] [stdout]     |                         --------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `stepable` calls a custom destructor
[INFO] [stdout]     |                         `stepable` will be dropped later as of Edition 2024
[INFO] [stdout]  66 |                 Spawn(continuation, spawned_processes) => {
[INFO] [stdout]     |                       ------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       `continuation` calls a custom destructor
[INFO] [stdout]     |                       `continuation` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `stepable` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `continuation` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/standard_library/core.rs:35:63
[INFO] [stdout]     |
[INFO] [stdout]  34 | ...                   for (key, value) in bindings.iter() {
[INFO] [stdout]     |                                 -----     ---------------
[INFO] [stdout]     |                                 |         |
[INFO] [stdout]     |                                 |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 |         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout]  35 | ...                       if let Some(existing_value) = acc.get(&key) {
[INFO] [stdout]     |                                       --------------    ^^^^^^^^^^^^^
[INFO] [stdout]     |                                       |                 |
[INFO] [stdout]     |                                       |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                       |                 up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       `existing_value` calls a custom destructor
[INFO] [stdout]     |                                       `existing_value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  40 | ...                   }
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/eval_test.rs:86:24
[INFO] [stdout]     |
[INFO] [stdout]  85 |     let result = eval(expression, environment()).run_once_until_complete();
[INFO] [stdout]     |         ------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `result` calls a custom destructor
[INFO] [stdout]     |         `result` will be dropped later as of Edition 2024
[INFO] [stdout]  86 |     assert_eq!(result, RuntimeExpression::String(s!("bar")))
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  87 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/bindings.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     let ptr2 = _RET_AREA.0.as_mut_ptr().cast::<u8>();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/process.rs:63:19
[INFO] [stdout]     |
[INFO] [stdout]  63 |             match active_processes.pop_front().unwrap() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  64 |                 Complete(result) => complete_processes.push_back(result),
[INFO] [stdout]  65 |                 Running(stepable) => active_processes.push_back(stepable.step()),
[INFO] [stdout]     |                         --------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `stepable` calls a custom destructor
[INFO] [stdout]     |                         `stepable` will be dropped later as of Edition 2024
[INFO] [stdout]  66 |                 Spawn(continuation, spawned_processes) => {
[INFO] [stdout]     |                       ------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       `continuation` calls a custom destructor
[INFO] [stdout]     |                       `continuation` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `stepable` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `continuation` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `continuation` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/standard_library/core.rs:35:63
[INFO] [stdout]     |
[INFO] [stdout]  34 | ...                   for (key, value) in bindings.iter() {
[INFO] [stdout]     |                                 -----     ---------------
[INFO] [stdout]     |                                 |         |
[INFO] [stdout]     |                                 |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 |         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 `value` calls a custom destructor
[INFO] [stdout]     |                                 `value` will be dropped later as of Edition 2024
[INFO] [stdout]  35 | ...                       if let Some(existing_value) = acc.get(&key) {
[INFO] [stdout]     |                                       --------------    ^^^^^^^^^^^^^
[INFO] [stdout]     |                                       |                 |
[INFO] [stdout]     |                                       |                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                       |                 up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       `existing_value` calls a custom destructor
[INFO] [stdout]     |                                       `existing_value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  40 | ...                   }
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sparse_chunk/mod.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<A, N: Bits + ChunkLength<A>> Drop for SparseChunk<A, N> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/sized_chunk/mod.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<A, N> Drop for Chunk<A, N>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     N: ChunkLength<A>,
[INFO] [stdout]     | |______________________^
[INFO] [stdout] note: `existing_value` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sized-chunks-0.6.5/src/inline_array/mod.rs:409:1
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl<A, T> Drop for InlineArray<A, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/bindings.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     let ptr2 = _RET_AREA.0.as_mut_ptr().cast::<u8>();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: nana v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking nana v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/bindings.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     let ptr2 = _RET_AREA.0.as_mut_ptr().cast::<u8>();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/expressions.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 34 |     BuiltinFunction(fn(Vector<RuntimeExpression>) -> Process<RuntimeExpression>),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/expressions.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 41 |         fn(Vector<RuntimeExpression>, Environment) -> Process<RuntimeExpression>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nana` (lib) due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/bindings.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     let ptr2 = _RET_AREA.0.as_mut_ptr().cast::<u8>();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/expressions.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 34 |     BuiltinFunction(fn(Vector<RuntimeExpression>) -> Process<RuntimeExpression>),
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/expressions.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(PartialEq, Debug, Clone)]
[INFO] [stdout]    |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 41 |         fn(Vector<RuntimeExpression>, Environment) -> Process<RuntimeExpression>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nana` (lib test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd", kill_on_drop: false }`
[INFO] [stdout] 6b85074fe7a67d8b59736615f48be6264d61784c8113b9d9ef3fcd30208333dd
